*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Jun 2002 18:45:54 +0000 (18:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Jun 2002 18:45:54 +0000 (18:45 +0000)
src/ChangeLog

index 0b9817c8435b1470d27ab1357b08372a5a93bb2a..f8a4818d8d20ff240a2c0928de20f1db303a348a 100644 (file)
@@ -1,5 +1,13 @@
 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * window.c (Fset_window_configuration): Lisp_Object/int mixup.
+
+       * keyboard.c (read_key_sequence): Be more careful with first_unbound.
+       Lookup keys in function-key-map immediately so that key-translation-map
+       can be applied earlier.
+       Remove function_key_possible and key_translation_possible, replaced
+       by checking `keytran_start < t'.
+
        * .gdbinit (xsymbol): Use the name `xname' field.
 
 2002-06-17  Andrew Choi  <akochoi@shaw.ca>